MaxInUse[n]

Integer

Not specified

Purpose

The MaxInUse[n] parameter specifies the maximum number of connections that can be opened for the corresponding value of the TcpPort[n] parameter only when the value of the ApplicationType parameter is set to RestServices, WebEnabledForms, WebServices, or HtmlDocuments.

The MaxInUse parameter with no specified suffix is the limit for a ConnectionGroup associated with an entry with the TcpConnection parameter; it is not a global limit.

The MaxInUse[n] parameter defines the limit of outstanding requests for a single connection group; that is, the sum of queued and active requests. The total number of outstanding requests for a Web application is the sum of the MaxInUse[n] suffix values for all of the connection groups specified for that application.

Note

The value of the MaxInUse parameter is forced to be equal to or greater than the value of the MinInUse parameter.